MPIPosition
@Serializable
Represents the geolocation of an object at a specific point in time.
Constructors
Link copied to clipboard
constructor( timestamp: Double? = 0.0, coords: MPIPosition.MPICoordinates? = null, type: String = "", annotation: String? = null, bearing: Double? = null)
Types
Link copied to clipboard
@Serializable
This struct represents specific coordinates/location of an object
Properties
Link copied to clipboard
Additional information or notes. Nullable. Defaults to null if not provided.
Link copied to clipboard
Optional property to override the bearing of the bluedot. Specifies the clockwise rotation angle in degrees from North. For example: - A value of 0 (or null) indicates North. - A value of 90 indicates East. - A value of 225 indicates Southwest. Nullable. Defaults to null if not provided. This property helps in setting a specific orientation for the bluedot.
Link copied to clipboard
The geographical coordinates of the position. Nullable. Defaults to null if not provided.
Functions
Link copied to clipboard
convert MPIPosition to string